home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / interface / md.000 / scripts / DefineSprite_112 / frame_1 / DoAction.as
Text File  |  2007-09-26  |  258b  |  15 lines

  1. onEnterFrame = function()
  2. {
  3.    fscommand("Arg");
  4.    getUrl("FSCommand:Arg", "_level0.rc");
  5.    fscommand("SysInfo.ConnectState");
  6.    if(_level0.rc == "ONLINE")
  7.    {
  8.       _root.conectado = 1;
  9.    }
  10.    else
  11.    {
  12.       _root.conectado = 0;
  13.    }
  14. };
  15.